object FrmProgressionSyntax: TFrmProgressionSyntax Left = 282 Top = 188 BorderIcons = [] BorderStyle = bsSingle Caption = 'Syntax checking' ClientHeight = 184 ClientWidth = 368 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 12 Top = 12 Width = 345 Height = 129 Style = bsRaised end object Bevel1: TBevel Left = 24 Top = 24 Width = 321 Height = 20 end object lblProject: TLabel Left = 32 Top = 27 Width = 36 Height = 13 Caption = 'Project:' end object lblProjectName: TLabel Left = 74 Top = 27 Width = 265 Height = 13 AutoSize = False end object Bevel3: TBevel Left = 24 Top = 48 Width = 321 Height = 20 end object Bevel4: TBevel Left = 24 Top = 72 Width = 153 Height = 20 end object Bevel5: TBevel Left = 184 Top = 72 Width = 161 Height = 19 end object lblTotalLineName: TLabel Left = 192 Top = 75 Width = 55 Height = 13 Caption = 'Total Lines:' end object lblTotalLine: TLabel Left = 334 Top = 75 Width = 6 Height = 13 Alignment = taRightJustify Caption = '0' end object lblCurrentLineName: TLabel Left = 32 Top = 75 Width = 60 Height = 13 Caption = 'Current Line:' end object lblCurrentLine: TLabel Left = 165 Top = 75 Width = 6 Height = 13 Alignment = taRightJustify Caption = '0' end object Bevel6: TBevel Left = 24 Top = 96 Width = 153 Height = 20 end object Bevel7: TBevel Left = 184 Top = 96 Width = 161 Height = 19 end object lblWarningName: TLabel Left = 32 Top = 99 Width = 43 Height = 13 Caption = 'Warning:' end object lblWarningTotal: TLabel Left = 165 Top = 99 Width = 6 Height = 13 Alignment = taRightJustify Caption = '0' end object lblErrorName: TLabel Left = 192 Top = 99 Width = 25 Height = 13 Caption = 'Error:' end object lblErrorTotal: TLabel Left = 334 Top = 99 Width = 6 Height = 13 Alignment = taRightJustify Caption = '0' end object lblStatus: TLabel Left = 32 Top = 51 Width = 143 Height = 13 Caption = 'Status: There is no error.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object btnCancel: TButton Left = 147 Top = 150 Width = 75 Height = 26 Cancel = True Caption = '&Cancel' Default = True ModalResult = 2 TabOrder = 0 end end